vcElseIfScope

ElseIf scopes can be added in If statements between ThenScope and ElseScope. The first ElseIf scope whose condition returns True will be executed. If none of the ElseIf scopes' conditions return True, the ElseScope of statements will be executed. Note that ElseIf scopes only work with robot programming

See in: Overview

Module: vcRobotics

Parent: vcScope

Children -

Referenced by: vcIfStatement.addElseIfScope()

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
ConditionStringRWDefines an expression that when evaluated returns a True or False value.
See more
A True value means the If statement will execute this scope.

A False value means the If statement will not execute this scope.